The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "feed::find"

Feed::Find - Syndication feed auto-discovery River stage three • 4 direct dependents • 102 total dependents

*Feed::Find* implements feed auto-discovery for finding syndication feeds, given a URI. It (currently) passes all of the auto-discovery tests at *http://diveintomark.org/tests/client/autodiscovery/*. *Feed::Find* will discover the following feed form...

DAVECROSS/Feed-Find-0.13 - 18 Oct 2022 14:58:35 UTC - Search in distribution

Data::Feed - Extensible Feed Parsing Tool River stage zero No dependents

Data::Feed is a frontend for feeds. It will attempt to auto-guess what type of feed you are passing it, and will generate the appropriate feed object. What, another XML::Feed? Yes, but this time it's extensible. It's cleanly OO (until you get down to...

DMAKI/Data-Feed-0.00015 - 06 Jul 2011 04:59:43 UTC - Search in distribution

XML::Atom::Feed - Atom feed River stage three • 45 direct dependents • 171 total dependents

MIYAGAWA/XML-Atom-0.43 - 28 Apr 2021 20:40:29 UTC - Search in distribution

XML::Feed - Syndication feed parser and auto-discovery River stage two • 31 direct dependents • 93 total dependents

*XML::Feed* is a syndication feed parser for both RSS and Atom feeds. It also implements feed auto-discovery for finding feeds, given a URI. *XML::Feed* supports the following syndication feed formats: * RSS 0.91 * RSS 1.0 * RSS 2.0 * Atom The goal o...

DAVECROSS/XML-Feed-0.63 - 25 May 2021 07:43:57 UTC - Search in distribution

XML::OPDS - OPDS (Open Publication Distribution System) feed creation River stage zero No dependents

This module facilitates the creation of OPDS feeds. The specifications can be found at <http://opds-spec.org/> while the validator is at <http://opds-validator.appspot.com/>. The idea is that it should be enough to pass the navigation links and the t...

MELMOTHX/XML-OPDS-0.06 - 17 Jan 2020 07:30:55 UTC - Search in distribution

PGN - Portable Game Notation for Chess River stage one • 2 direct dependents • 2 total dependents

This is the Portable Game Notation Specification and Implementation Guide, as revised on 12th March 1994....

GDR/Games-Chess-0.003 - 07 Jun 1999 12:42:08 UTC - Search in distribution

ack - grep-like text finder River stage two • 24 direct dependents • 28 total dependents

ack is designed as an alternative to grep for programmers. ack searches the named input FILEs or DIRECTORYs for lines containing a match to the given PATTERN. By default, ack prints the matching lines. If no FILE or DIRECTORY is given, the current di...

PETDANCE/ack-v3.7.0 - 27 Feb 2023 14:52:52 UTC - Search in distribution

XSH - scripting language for XPath-based editing of XML River stage zero No dependents

CHOROBA/XML-XSH2-2.2.10 - 22 Dec 2023 14:24:21 UTC - Search in distribution

XSH River stage zero No dependents

CHOROBA/XML-XSH-1.8.6 - 09 Mar 2018 23:41:22 UTC - Search in distribution

CGI - Handle Common Gateway Interface requests and responses River stage four • 286 direct dependents • 1223 total dependents

CGI.pm is a stable, complete and mature solution for processing and preparing HTTP requests and responses. Major features including processing form submissions, file uploads, reading and writing cookies, query string generation and manipulation, and ...

LEEJO/CGI-4.64 - 18 Mar 2024 12:10:48 UTC - Search in distribution

PV - Text-mode User Interface Widgets. River stage zero No dependents

Once upon a time I needed a basic text-mode GUI framework to implement some nice-looking interfaces for the Linux console. Didn't find any around, so necessity became the mother of PerlVision, which kept growing as I kept adding more goodies, so now ...

AGUL/PerlVision-1.5 - 31 Oct 2000 07:44:51 UTC - Search in distribution

JSON - JSON (JavaScript Object Notation) encoder/decoder River stage four • 1575 direct dependents • 3534 total dependents

This module is a thin wrapper for JSON::XS-compatible modules with a few additional features. All the backend modules convert a Perl data structure to a JSON text and vice versa. This module uses JSON::XS by default, and when JSON::XS is not availabl...

ISHIGAKI/JSON-4.10 - 09 Oct 2022 00:11:31 UTC - Search in distribution

clad - Parallel SSH client River stage zero No dependents

Clad provides the ability to run the same command on several hosts at once. The output is displayed unbuffered as the various hosts run the command. The list of hosts is determined by reading a configuration file which may also contain command aliase...

PLICEASE/Clustericious-Admin-1.11 - 11 Mar 2018 18:23:21 UTC - Search in distribution

patch - apply a diff file to an original River stage one • 1 direct dependent • 1 total dependent

*Patch* will take a patch file containing any of the four forms of difference listing produced by the *diff* program and apply those differences to an original file, producing a patched version. By default, the patched version is put in place of the ...

BRIANDFOY/PerlPowerTools-1.045 - 30 Apr 2024 22:22:50 UTC - Search in distribution

perlop - Perl operators and precedence River stage five • 11693 direct dependents • 33184 total dependents

In Perl, the operator determines what operation is performed, independent of the type of the operands. For example "$x + $y" is always a numeric addition, and if $x or $y do not contain numbers, an attempt is made to convert them to numbers first. Th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 71 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

greple - extensible grep with lexical expression and region control River stage two • 12 direct dependents • 14 total dependents

MULTIPLE KEYWORDS AND greple can take multiple search patterns with the "-e" option, but unlike the egrep(1) command, it will search them in AND context. For example, the next command print lines those containing all of "foo" and "bar" and "baz". gre...

UTASHIRO/App-Greple-9.12 - 26 Mar 2024 15:46:25 UTC - Search in distribution

TPath - general purpose path languages for trees River stage one • 3 direct dependents • 3 total dependents

TPath provides an xpath-like language for arbitrary trees. You implement a minimum of two methods -- "children" and "tag" -- and then you can explore your trees via concise, declarative paths. In tpath, "attributes" are node attributes of any sort an...

DFH/TPath-1.007 - 05 Aug 2014 16:26:44 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 30 direct dependents • 31 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

PDLdb.pl - the perl debugger with PDL support River stage three • 94 direct dependents • 102 total dependents

"PDLdb.pl" is an enhanced version of the perl debugger which supports PDL::NiceSlice constructs. Set the PERL5DB environment variable as shown above and it will be loaded automatically by Perl when you invoke a script with "perl -d". This documentati...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC - Search in distribution
388 results (0.188 seconds)